ASP.NET MVC Controls
DropDown<T> Class
Members 

DropDown control (abstract) contains an input element and a button used to show or hide the drop-down.
Syntax
'Declaration
 
<ScriptsAttribute(Dependencies=System.Object[], ResExtension=".min.js")>
Public MustInherit Class DropDown(Of T) 
   Inherits ItemsBoundControl(Of T)
   Implements IDropDown, ITemplate 
[Scripts(Dependencies=System.Object[], ResExtension=".min.js")]
public abstract class DropDown<T> : ItemsBoundControl<T>, IDropDown, ITemplate  
Type Parameters
T
Remarks
Derived classes must override the _createDropDown method to create whatever editor they want to show in the drop down area (a list of items, a calendar, a color editor, etc).
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.DropDown<T>
               C1.Web.Mvc.ComboBoxBase<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DropDown<T> Members
C1.Web.Mvc Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback